adTempus API
|
Gets or sets the maximum run time (in seconds) for the script
__property long MaxRunTime;
long MaxRunTime;
Property MaxRunTime() As long
-1
Set to -1 for no limit. If you set the MaxRunTime to 0, the Windows Scripting Host will monitor execution and terminate the script if it believes the script is hung. Often it makes an incorrect determination and terminates scripts when it shouldn't; the "0" value is therefore not recommended.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|